Skip to main content

All Questions

1vote
1answer
731views

How to split Bash array into arguments

I wrote a bash script for listing python processes, ram usage and PID and status in human readable form with colored lines. But I have some trouble with working time of the script. Because of the ...
Sencer H.'s user avatar

close